home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / Crackme#3_sf.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  1999-01-27  |  721 b   |  39 lines

  1. object Form2: TForm2
  2.   Left = 202
  3.   Top = 121
  4.   AutoScroll = False
  5.   Caption = 'Error'
  6.   ClientHeight = 64
  7.   ClientWidth = 163
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -10
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = -7
  17.     Top = 0
  18.     Width = 183
  19.     Height = 66
  20.     TabOrder = 0
  21.     object Label1: TLabel
  22.       Left = 33
  23.       Top = 13
  24.       Width = 120
  25.       Height = 20
  26.       Caption = ' Invalid Arrangement !!!'
  27.     end
  28.     object Button1: TButton
  29.       Left = 39
  30.       Top = 39
  31.       Width = 98
  32.       Height = 20
  33.       Caption = 'Back'
  34.       TabOrder = 0
  35.       OnClick = Button1Click
  36.     end
  37.   end
  38. end
  39.